home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Monster8.dfm / Monster8.txt
Text File  |  1999-01-21  |  1KB  |  57 lines

  1. object Form1: TForm1
  2.   Left = 239
  3.   Top = 115
  4.   Width = 460
  5.   Height = 300
  6.   Caption = 'MonsterShow'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 32
  17.     Top = 32
  18.     Width = 200
  19.     Height = 200
  20.     Stretch = True
  21.   end
  22.   object Button1: TButton
  23.     Left = 272
  24.     Top = 182
  25.     Width = 140
  26.     Height = 50
  27.     Caption = 'Start'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -20
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 272
  39.     Top = 32
  40.     Width = 140
  41.     Height = 70
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -20
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 1
  49.   end
  50.   object Timer1: TTimer
  51.     Interval = 100
  52.     OnTimer = Timer1Timer
  53.     Left = 336
  54.     Top = 128
  55.   end
  56. end
  57.